CSE 2231 Glossary
Secondary Classes
An Abstract Class used to provide implementations for methods that will be common to allsubclasses of the different implementations of a component. Also provides correct implementations of the equals(), hashCode(), and toString methods defined in the Object Superclass.